ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Values Property

In This Topic
    Values Property (ObservableDictionary<TKey,TValue>)
    In This Topic
    Gets an System.Collections.Generic.ICollection`1 containing the values in the ObservableDictionary<TKey,TValue>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As System.Collections.Generic.ICollection(Of TValue)
    public System.Collections.Generic.ICollection<TValue> Values {get;}
    See Also